Welcome![Sign In][Sign Up]
Location:
Search - k-mean clustering

Search list

[matlabMyKmeans

Description: 实现聚类K均值算法: K均值算法:给定类的个数K,将n个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。 缺点:产生类的大小相差不会很大,对于脏数据很敏感。 改进的算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)中,顺序选取一个Or,计算用Or代替Oi后的消耗—E(Or)。选择E最小的那个Or来代替Oi。这样K个medoids就改变了,下面就再转到2。 4,这样循环直到K个medoids固定下来。 这种算法对于脏数据和异常数据不敏感,但计算量显然要比K均值要大,一般只适合小数据量。-achieving K-mean clustering algorithms : K-means algorithm : given the number of Class K, n will be assigned to target K to 000 category, making target category of the similarity between the largest category of the similarity between the smallest. Disadvantages : class size have no great difference for dirty data is very sensitive. Improved algorithms : k-medoids methods. Here a selection of objects called mediod to replace the center of the above, the logo on a medoid this category. Steps : 1, arbitrary selection of objects as K medoids (O1, O2, Ok ... ... Oi). Following is a cycle : 2, the remaining targets assigned to each category (in accordance with the closest medoid principle); 3, for each category (Oi), the order of selection of a Or, calculated Oi Or replace the consumption-E (Or)
Platform: | Size: 1024 | Author: 阿兜 | Hits:

[AI-NN-PRk-meansgaijin

Description: 数据挖掘中的一个聚类算法k-means。-data mining clustering algorithm of a k-means.
Platform: | Size: 40960 | Author: 陈海山 | Hits:

[Special Effectstextureseg

Description: 用多尺度Gabor小波滤波器组实现纹理分割,其中聚类算法采用K均值聚类,本科毕业设计,省优秀-multi-scale Gabor wavelet,texture segmentation,k-mean clustering
Platform: | Size: 4866048 | Author: 汪彪 | Hits:

[JSP/Java83390049kmeans_clustering

Description: k-means聚类算法的java代码实现-k-means clustering algorithm java code
Platform: | Size: 5120 | Author: arron | Hits:

[AlgorithmkMean

Description: clustering的经典k-mean算法源程序,VB代码-clustering k-mean algorithm, in VB
Platform: | Size: 135168 | Author: danny | Hits:

[Special EffectsKmeans_grayimage

Description: 简单的灰度图像的K均值聚类分割,Matlab实现-gray image segmentation using K-means clustering by matlab.
Platform: | Size: 1024 | Author: 王成 | Hits:

[matlabkmean

Description: k mean clustering in matlab
Platform: | Size: 1024 | Author: ruba | Hits:

[Mathimatics-Numerical algorithmsk-meams(sourcecode)

Description: C#实现k均值文本聚类算法,文本聚类C#源程序,k-means聚类算法-C# to achieve k means clustering algorithm, document clustering C# source code, k-means clustering algorithm
Platform: | Size: 37888 | Author: 康卫 | Hits:

[matlabkMeansCluster

Description: k mean clustering algo
Platform: | Size: 1024 | Author: bubun | Hits:

[matlabFuzzyKmeanclustering

Description: code for fuzzy k-mean clustering-code for fuzzy k-mean clustering..
Platform: | Size: 2048 | Author: ketan chaudhari | Hits:

[AI-NN-PRK-means

Description: 均值为K的聚类算法,是一种对聚类数据进行的最简单的算法,广泛应用在各种场合中。-K mean clustering algorithm for clustering data is the most simple algorithm, widely used in various occasions.
Platform: | Size: 48128 | Author: sunjianqing | Hits:

[matlabk-rbf

Description: 程序是基于K均值聚类的RBF代码,很好的一个例子。-K means clustering procedure is based on the RBF code, a good example.
Platform: | Size: 1024 | Author: 唐毅 | Hits:

[matlabweighted_kmeans

Description: 用于实现weighted k-means算法,可以运行-It is used to perform weighted k-means clustering
Platform: | Size: 1024 | Author: ninhan | Hits:

[MPIK-mean-clustering-algoritm

Description: k均值聚类算法,帮助学习、使用,欢迎下载、-k-means clustering algorithm to help learn, use, welcome to download,
Platform: | Size: 30720 | Author: 为实 | Hits:

[Graph programK均值聚类

Description: K均值聚类算法图像分割,最传统的一种分割方法(K mean clustering segmentation)
Platform: | Size: 13312 | Author: 瞌睡虫醒了呀 | Hits:

[Special EffectsK-mean

Description: K-means算法是很典型的基于距离的聚类算法,采用距离作为相似性的评价指标,即认为两个对象的距离越近,其相似度就越大(K-means algorithm is a typical distance based clustering algorithm. The distance is used as the evaluation index of similarity, that is, the closer the distance between the two objects, the greater the similarity)
Platform: | Size: 13312 | Author: venshow | Hits:

[OpenCVK均值聚类在基于OpenCV的图像分割中的应用

Description: 介绍了传统的图像分割与K-均值聚类算法分割,然后利用OpenCV函数将其实现,并介绍了OpenCV中图像分割相关的基本函数。(This paper introduces the segmentation of traditional image segmentation and K- mean clustering algorithm, then uses OpenCV function to implement it, and introduces the basic functions of image segmentation in OpenCV.)
Platform: | Size: 464896 | Author: 术道 | Hits:

[Mathimatics-Numerical algorithmsk均值聚类

Description: 用VC++写的K均值聚类算法,可以直接使用(K mean clustering algorithm is written by VC++ , which can be used directly.)
Platform: | Size: 187392 | Author: gongshixin | Hits:

[Mathimatics-Numerical algorithmsK-means

Description: 利用MATLAB实现K均值聚类算法,加深对该算法的理解。(We use MATLAB to achieve K mean clustering algorithm to deepen our understanding of the algorithm.)
Platform: | Size: 5120 | Author: WG_JNU | Hits:

[Otherk均值聚类算法

Description: 根据k均值聚类的原理,实现一些数字的聚类,但是具体类别数需要自己设置(Clustering of some numbers by K mean clustering)
Platform: | Size: 2109440 | Author: fighter小皮皮 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net